home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: muskie.biostat.umn.edu!erika
- From: erika@muskie.biostat.umn.edu (Erika Hong)
- Subject: Calling CMLIB routines from a C++ program
-
- Message-ID: <DLpKJI.Gu7@news.cis.umn.edu>
- Sender: news@news.cis.umn.edu (Usenet News Administration)
- Nntp-Posting-Host: muskie.biostat.umn.edu
- Organization: Coordinating Centers For Biometric Research, University of Minnesota
- Date: Wed, 24 Jan 1996 23:19:49 GMT
-
- Can anyone offer any information on calling CMLIB routines from a C++ program?
-
- I have checked out the on-line documentation called "cmdoc", but it appears to
- be utterly and completely useless.
-
- Specifically, my problem is that I would like to pass a two-dimensional matrix
- to the "dchdc" routine, which computes something akin to a matrix square root.
-
- In particular, dchdc() requires several parameters: a,lda,p,work,jpvt, and job,
- which have brief descriptions in CMDOC. Any on-line help, useful books, or names
- or informative sources would be greatly appreciated. Or, if you want to email
- me personally with some advice, please do so.
-
- Thanks
-
- erika@muskie.biostat.umn.edu
-
-